home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / bbzippj.arc / OTHER.DOC < prev    next >
Text File  |  1989-03-01  |  5KB  |  134 lines

  1.  
  2.  
  3.  
  4.      OTHER.DOC
  5.  
  6.  
  7.                         Cleaner, Comment and Dircheck
  8.                      by J.L. Pearson and the Bytebrothers
  9.                      -- power tools for those who zip --
  10.       
  11.       
  12.      ════════════════════════════════════════════════════║
  13.       
  14.           CLEANER:
  15.       
  16.           CLEANER is a utility for those who have zipped files with
  17.           embedded arcs and paks.. CLEANER works hand in hand with
  18.           ZIPPER and uses the same config files and logs.. the syntax
  19.           is simple..
  20.       
  21.           CLEANER PATH\FILENAME
  22.           ie..
  23.           cleaner d:\arcs
  24.       
  25.           will unarc the zips in directory d:\arcs and check for
  26.           embedded PAK or ARC files.. It will convert them to ZIP's,
  27.           add a comment to the ARC that you place at the end of your
  28.           ZIPPER.CFG config file and move to the next file.. Cleaner
  29.           looks for and works only on ZIP files to remove internal
  30.           PAK's and ARC's.. Believe me.. there are plenty of zipped
  31.           files out there with embedded paks and arcs. its a mess!
  32.       
  33.           simply entering..
  34.       
  35.           cleaner
  36.       
  37.           will check, unzip and rezip the internal arcs and paks in all
  38.           zips in the current directory..
  39.       
  40.           CLEANER will use the ZIPPER log file and put it's own
  41.           CLEANER log into the file showing the files processed.
  42.           Run a zip viewer to find the dirty files and move them
  43.           to a seperate subdir. Or for only a couple of files just
  44.           enter CLEANER file1.zip.
  45.       
  46.       
  47.      ════════════════════════════════════════════════════║
  48.       
  49.           COMMENT:
  50.       
  51.           COMMENT is a utlity for those who have zipped files and
  52.           want to quickly add their own comments to the files in
  53.           batch. Comment runs with ZIPPER and CLEANER and uses the
  54.           same config file. Revision E of comment includes a four
  55.           line comment editor for entering extended 4 line file
  56.           comments. The syntax is...
  57.       
  58.           comment d:\arcs
  59.       
  60.           You will first be prompted to find if you want to use
  61.           the default comment or enter a new one. The comment can
  62.  
  63.  
  64.  
  65.      OTHER.DOC            Tuesday, February 28, 1989 10:55 pm             Page 2
  66.  
  67.  
  68.           be over 200 characters in length. Pressing CR will use
  69.           the default comment stored in the zipper.cfg file. The
  70.           same comment always used by ZIPPER and CLEANER. The
  71.           other option ( typing y) will bring up a comment editor.
  72.           A four line window for you to enter your comment in. The
  73.           comment will be displayed whenever the file is unzipped.
  74.           After entering the four line comment ( which can be an
  75.           ad for your bbs, or even a detailed description of what
  76.           is in the zip file) you are asked if you want this
  77.           comment to become the default. This will replace the
  78.           current default comment used by ZIPPER and CLEANER and
  79.           COMMENT itself. Then all the files in the path you
  80.           specified will be fast tagged with the comment and the
  81.           time and datestamp redated to the original zip. You can
  82.           even get artistic and use TheDraw [tm] to create
  83.           comments with graphic characters in them. You can edit
  84.           your ZIPPER.CFG file and the last four lines are wide
  85.           open to vent your artistic juices on. Sysop's like to
  86.           use this feature to put advertisements into the zip
  87.           files. A more serious use would be to correctly catalog
  88.           the contents of an important archive, or to even add
  89.           installation instructions for the software in the
  90.           archive. A batch switch is also available so if sysop's
  91.           want to run it as an event the syntax is..
  92.       
  93.           comment d:\arcs /b
  94.           or
  95.           comment d:\arcs b
  96.       
  97.           This will cause COMMENT to run without prompts or
  98.           intervention and comment the files with the default comment
  99.           in ZIPPER's cfg file. Comment has been modified to correctly
  100.           reset the file date/time stamp. So you can post comment files
  101.           without changing the filedate or timestamp.
  102.       
  103.       
  104.      ════════════════════════════════════════════════════║
  105.       
  106.           DIRCHECK:
  107.       
  108.           For bbs sysops another problem with conversion is the
  109.           filelist. The list of files in directories that need to
  110.           have their extensions changed from .PAK or .ARC to .ZIP.
  111.           Dircheck will do this automatically. Just point him to
  112.           the filelist file and let him go. It uses the ZIPPER
  113.           config file and logs..
  114.       
  115.           ie..
  116.       
  117.           dircheck c:\dl1\files.bbs
  118.       
  119.           Will go the the filelist files.bbs in the above dir and will
  120.           change all the .ARC and .PAK file extensions to .ZIP for you.
  121.           The utility runs in batch mode by default so it can be used
  122.           in events and called from your own batch files.. DIRCHECK will
  123.  
  124.  
  125.  
  126.      OTHER.DOC            Tuesday, February 28, 1989 10:55 pm             Page 3
  127.  
  128.  
  129.           leave its own entry in your ZIPPER.LOG file. Telling the time
  130.           of the run and the number of .ARC and .PAK filenames found and
  131.           converted.
  132.       
  133.  
  134.